home *** CD-ROM | disk | FTP | other *** search
/ C/C++ Users Group Library 1996 July / C-C++ Users Group Library July 1996.iso / vol_200 / 238_01 / gradarc.h < prev    next >
Text File  |  1987-07-26  |  512b  |  18 lines

  1. #define UP_RIGHT 0x01
  2. #define RIGHT_UP 0x02
  3. #define RIGHT_DOWN 0x04
  4. #define DOWN_RIGHT 0x08
  5. #define DOWN_LEFT 0x10
  6. #define LEFT_DOWN 0x20
  7. #define LEFT_UP 0x40
  8. #define UP_LEFT 0x80
  9.  
  10. #define UPPER_HALF 0xc3
  11. #define LOWER_HALF 0x3c
  12. #define LEFT_HALF 0xf0
  13. #define RIGHT_HALF 0x0f
  14.  
  15. void Circle(), Arc1(), Arc2(), FillCircle();
  16. void Ellipse(), Earc1(), Earc2(), FillEllipse();
  17.  
  18.